home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 125 / CD Gamer Issue 125 (August 2003) (Disc 1).ISO / Games / Unreal 2 / unreal2demo 2.exe / Disk1 / data1.cab / App_Executables / Scripts / M08A / GoGetPlayer1.u2s < prev    next >
Encoding:
Text File  |  2003-03-13  |  403 b   |  29 lines

  1. //GoGetPlayer1
  2.  
  3.  
  4. call setupontriggers
  5.  
  6. :Fight1
  7. testrandom 0.5 gotolabel Fight2
  8. playsound player U2Izarian.Eat1 slot_talk
  9. gotoactor pathnode97
  10. gotoactor pathnode94
  11. gotoactor pathnode92
  12. sleep
  13.  
  14.  
  15. :Fight2
  16. inert 1
  17. playsound player U2Izarian.Taunt2 slot_talk
  18. gotoactor pathnode97
  19. gotoactor pathnode2
  20. gotoactor pathnode3
  21. inert 0
  22. turntoactor player 2
  23. sleep
  24.  
  25.  
  26. :setupontriggers
  27. return
  28.  
  29.